{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "hover-footer", "type": "registry:component", "dependencies": [ "motion" ], "devDependencies": [], "registryDependencies": [], "files": [ { "path": "./registry/components/footers/hover-footer.tsx", "content": "import React from 'react';\r\nimport AnimatedText from '@/components/ui/cursor-follow-text';\r\n\r\nfunction index() {\r\n return (\r\n \r\n
\r\n
\r\n
\r\n
\r\n

UI-LAYOUT

\r\n

\r\n Copy and paste designs that you love to have on your website.\r\n Don't forget to share them with your friends. I'll bring more and\r\n more components that really make sense for your design.\r\n

\r\n
\r\n
\r\n\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n
\r\n \r\n
\r\n \r\n );\r\n}\r\n\r\nexport default index;\r\n", "type": "registry:component" } ] }